Welcome![Sign In][Sign Up]
Location:
Search - small rtos

Search list

[Other Embeded programsmall_rtos1.12.1

Description:
Platform: | Size: 91136 | Author: snowden | Hits:

[SCMmusic-And-led

Description: 运行于51单片机的音乐彩灯源代码,采用SmallRtos操作系统管理各任务-operating in the 51 SCM Music Carnival source code, the operating system used SmallRtos management tasks
Platform: | Size: 157696 | Author: 陈子牙 | Hits:

[ARM-PowerPC-ColdFire-MIPSIICMaster

Description: 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的数据类型。在使用Small RTOS的情况下,用户只要在config.h定义SDA和SCL和包含iic_master.h并将宏IICSem定义为分配给IIC总线驱动程序的信号量的索引。 在使用IIC总线驱动程序前应该调用函数IICInit()初始化IIC总线。单独使用或单任务IIC总线,使用函数IICRead()对IIC总线进行读操作,使用IICWrite()对IIC总线进行写操作。如果有多个任务需要对IIC总线进行操作,则分别调用宏OSIICRead()和OSIICWrite()对其进行读写。-12Mhz standards of 100KHz 51 IIC bus owners device simulation mode driver. The driver is not in the Small RTOS use. At this point, to use the driver only needs to use the allocation of the IIC bus IO mouth. Drivers in the main document iic_master.c document contains only a config.h. User needs in this document is to set up the IIC bus IO mouth SDA and SCL. If users alone iic_master.c. also included in config.h iic_master.h documents and other necessary documents reg5 1; and the definition of Acer TRUE, FALSE and compiler- independent data types. Small RTOS in the use of the circumstances, users in config.h definition of SDA and SCL and will include Acer iic_master.h IICSem definition allocated to the IIC bus driver signals of the index. IIC in the use of the former bus driver should call
Platform: | Size: 3072 | Author: 李强 | Hits:

[uCOSucOS-II_for_51

Description: 实施操作系统的设计和开发,可以一直到其他的mcu,但是要注意flash和ram-implementation of the operating system design and development, it has to other mcu. However, to the attention of flash and ram
Platform: | Size: 281600 | Author: 张工 | Hits:

[SCMMy_OS_SEM

Description: Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持, 针对51内核函数不能重入以及51单片机的内存空间管理方式等因素, RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃, 否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。-Main Point RTOS is a small system development and design of real-time operating system. At present, Point RTOS only provide for 51 series and its expansion of the system single-chip support for 51 core function should not re-entrant, as well as 51 single-chip memory space management and other factors, RTOS abandoned preemptive kernel scheduling, the use of a scheduling time slice manner, unless voluntarily chose to abandon the mission, or mission will be exclusive CPU has been running, which must be completed in the mission of this operation time slice settings, that is, the time settings.
Platform: | Size: 51200 | Author: 范特西 | Hits:

[SCM93small_rtos

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版 本文来源于虾客源码 http://www.xkxz.com-80C51 single-chip based on open source Small RTOS v1.20.3-, C-C++, Singlechip development/SCM contains source RTOS Singlechip Caprice, Small RTOS under dp-51 examples of the latest version of this article shrimp from off-source http://www.xkxz.com
Platform: | Size: 257024 | Author: lbp | Hits:

[SCMSmall_RTOS_V1.12.1_example

Description: 陈明计开发的嵌入式操作系统下配套的例子程序,可以很好地学习简单嵌入式操作系统
Platform: | Size: 239616 | Author: xiaowei | Hits:

[OtherCOS-II

Description: μC/OS从1992年开始为人们熟悉,到现在已经发展为μC/OS-II。ΜC/OS-II最多支持56个任务,其内核为占先式,总是执行就绪态的优先级最高的任务,并支持Semaphore(信号量)、Mailbox(邮箱)、Message Queue(消息队列)等多种常用的进程间通信机制。与大多商用RTOS不同的是,μC/OS-II公开所有的源代码,并可以免费获得,对商业应用收取少量License费用。-μC/OS since 1992 to people familiar with until now has been developed for μC/OS-II. ΜC/OS-II supports up to 56 tasks, the kernel for Preemptive always ready state to implement the highest priority tasks, and to support the Semaphore (Semaphore), Mailbox (mail), Message Queue (Message Queue), etc. a wide range of commonly used interprocess communication mechanism. Most of the commercial RTOS and the difference is, μC/OS-II open all the source code, and can be obtained free of charge a small business applications License fees.
Platform: | Size: 8192 | Author: ttjj120 | Hits:

[Embeded-SCM DevelopRtx430

Description: 在msp430上面写的一个小的rtos,创建了3个任务-MSP430 written above in a small rtos, created the three mission
Platform: | Size: 3072 | Author: fish | Hits:

[SCMSmall_RTOS1.12.1

Description:
Platform: | Size: 86016 | Author: 王森 | Hits:

[uCOSXING_RTOS

Description: 模仿ucos ii和RTX Tiny写的一个小操作系统-Mimic ucos ii and RTX Tiny write a small operating system
Platform: | Size: 53248 | Author: 李强 | Hits:

[SCMSmallRtosF020

Description: 一个分选系统的软件:用SmallRtos操作系统,单片机型号是89C51F020,新华龙经销的新型51系列单片机。经工程检验程序稳定可靠。-A sorting system software: The SmallRtos operating system, single-chip model is 89C51F020, new distribution hualong new 51 series single-chip microcomputer. After engineering a stable and reliable testing procedures.
Platform: | Size: 833536 | Author: liubaogui | Hits:

[Embeded-SCM Developdowncode.com

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版 -Based on 80C51 Singlechip open source Small RTOS v1.20.3-, C-C++, Singlechip development/SCM Singlechip containing source RTOS Caprice, Small RTOS under dp-51 examples of the latest version
Platform: | Size: 219136 | Author: StuRun | Hits:

[Embeded-SCM Developos-20070402

Description: RTOS系统,一个五脏虽小,功能集全的小系统,用来熟悉系统设计是不错的选择-RTOS system, a five internal organs, though small, full-feature set of small systems, familiar with the system design used is a good choice
Platform: | Size: 257024 | Author: jacky | Hits:

[SCMsmall_rtos1.12.1

Description: 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。 -err
Platform: | Size: 91136 | Author: gtt | Hits:

[SCMNeclues_RTX_RTOS

Description: NecluesRTX RTOS的源码,是Neclues的早期版本,对一些小系统的开发仍旧很有用处。也是研究操作系统的一个很好的范例。通用电气的许多保护继电器仍旧采用此RTOS。 -NecluesRTX RTOS source code is Neclues an earlier version, for some small systems are still very useful. Research on the operating system is also a good example. GE
Platform: | Size: 101376 | Author: doujiange | Hits:

[Otherj_11970_93small_rtos

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子-Based on 80C51 Singlechip open source Small RTOS v1.20.3-, C-C++, Singlechip development/SCM Singlechip containing source RTOS Caprice, Small RTOS under dp-51 examples
Platform: | Size: 219136 | Author: 徐瑞立 | Hits:

[SCMpicRTOS

Description: 精简的pic rtos 汇编代码。 每个任务包括变量定义、初始化程序、中断程序、核心程序。使用编译器MPASM。 对理解rtos、按照rtos思路写pic单片机的小程序很有帮助。-Pic rtos streamlined assembly code. Each mission, including the definition of variables, initialization procedures, interruption of the procedure, the core program. The use of compiler MPASM. Understanding rtos, in accordance with the RTOS ideas SCM pic Writing small programs helpful.
Platform: | Size: 3072 | Author: 张东杰 | Hits:

[SCM93small_rtos

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版
Platform: | Size: 219136 | Author: kultegin | Hits:

[SCMsmall_rtos_1.12.3_msp430

Description: rtos没有什么了不起的,但是移植到MSP430的,而且上SMALL的,内存只用了500多,太强的内核-rtos nothing remarkable, but transplanted to MSP430, and on the SMALL memory only spent more than 500, the core is too strong
Platform: | Size: 111616 | Author: zxf | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 »

CodeBus www.codebus.net